Html Css Color HEX #414AFE Neon Blue

📋 copy color: '#414AFE'

red 65 ◦ green 74 ◦ blue 254

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

Shades of Neon Blue #414AFE

Tints of Neon Blue #414AFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 64.63%

R = 16.54%
G = 18.83%
B = 64.63%

CMYK

 C value IS 0.74

 M value IS 0.71

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#414AFE (or 0x414AFE) is known color: Neon Blue. HEX triplet: 41, 4A and FE. RGB value is (65,74,254). Sum of RGB (Red+Green+Blue) = 65+74+254=393 (52% of max value = 765). Red value is 65 (25.78% from 255 or 16.54% from 393); Green value is 74 (29.30% from 255 or 18.83% from 393); Blue value is 254 (99.61% from 255 or 64.63% from 393); Max value from RGB is 254 - color contains mainly: blue. Hex color #414AFE is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #414AFE is #BEB501. Grayscale: #5B5B5B. Windows color (decimal): -12498178 or 16665153. OLE color: 16665153.

HSL color Cylindrical-coordinate representation of color #414AFE: hue angle of 237.14º degrees, saturation: 0.99, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #414AFE is Cyan = 0.74, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 65 74 254 -
CMYK 0.74 0.71 0 0.00
HSL 237.14º 0.99% 0.63% -
HSV(B) 237.14º 0.74% 1% -
XYZ 22.52 13.18 95.12 -
YUV 91.83 219.52 108.86 -
System Red Green Blue C M Y K H S L
Decimal 65 74 254 0.74 0.71 0 0.00 237.14 0.99 0.63
Hex 41 4A FE 4A 47 0 0 ED 63 3F
Octal 101 112 376 112 107 0 0 355 143 77
Binary 1000001 1001010 11111110 1001010 1000111 0 0 11101101 1100011 111111

Color Harmonies of #414AFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #414AFE

Black with #414AFE

Text Example


Text Example

White with #414AFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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