Html Css Color HEX #414AFB Neon Blue

📋 copy color: '#414AFB'

red 65 ◦ green 74 ◦ blue 251

#414AFB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Neon Blue #414AFB

Tints of Neon Blue #414AFB

RGB

 RED value IS 65 (25.78% from 255) = 16.67%

 GREEN value IS 74 (29.3% from 255) = 18.97%

 BLUE value IS 251 (98.44% from 255) = 64.36%

R = 16.67%
G = 18.97%
B = 64.36%

CMYK

 C value IS 0.74

 M value IS 0.71

 Y value IS 0

 K value IS 0.02

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#414AFB (or 0x414AFB) is known color: Neon Blue. HEX triplet: 41, 4A and FB. RGB value is (65,74,251). Sum of RGB (Red+Green+Blue) = 65+74+251=390 (51% of max value = 765). Red value is 65 (25.78% from 255 or 16.67% from 390); Green value is 74 (29.30% from 255 or 18.97% from 390); Blue value is 251 (98.44% from 255 or 64.36% from 390); Max value from RGB is 251 - color contains mainly: blue. Hex color #414AFB is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #414AFB is #BEB504. Grayscale: #5A5A5A. Windows color (decimal): -12498181 or 16468545. OLE color: 16468545.

HSL color Cylindrical-coordinate representation of color #414AFB: hue angle of 237.1º degrees, saturation: 0.96, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #414AFB is Cyan = 0.74, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 65 74 251 -
CMYK 0.74 0.71 0 0.02
HSL 237.1º 0.96% 0.62% -
HSV(B) 237.1º 0.74% 0.98% -
XYZ 22.04 12.99 92.61 -
YUV 91.49 218.02 109.11 -
System Red Green Blue C M Y K H S L
Decimal 65 74 251 0.74 0.71 0 0.02 237.1 0.96 0.62
Hex 41 4A FB 4A 47 0 2 ED 60 3E
Octal 101 112 373 112 107 0 2 355 140 76
Binary 1000001 1001010 11111011 1001010 1000111 0 10 11101101 1100000 111110

Color Harmonies of #414AFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #414AFB

Black with #414AFB

Text Example


Text Example

White with #414AFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #414AFB; }

 p { color: rgb(65,74,251); }

 H1.HeaderClassName
 {
   color: #414AFB;
 }
 .AnyTagClassName
 {
   color: #414AFB;
 }
</style>

background-color css

<style>
 a { background-color: #414AFB; }

 a { background-color: rgb(65,74,251); }

 div.DivClassName
 {
   background-color: #414AFB;
 }
 .BgClassName
 {
   background-color: #414AFB;
 }
</style>

border-color css

<style>
 span { border-color: #414AFB; }

 span { border-color: rgb(65,74,251); }

 td.TdClassName
 {
   border-color: #414AFB;
 }
 .TagClassName
 {
   border-color: #414AFB;
 }
</style>