Html Css Color HEX #414AFC Neon Blue

📋 copy color: '#414AFC'

red 65 ◦ green 74 ◦ blue 252

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

Shades of Neon Blue #414AFC

Tints of Neon Blue #414AFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 64.45%

R = 16.62%
G = 18.93%
B = 64.45%

CMYK

 C value IS 0.74

 M value IS 0.71

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#414AFC (or 0x414AFC) is known color: Neon Blue. HEX triplet: 41, 4A and FC. RGB value is (65,74,252). Sum of RGB (Red+Green+Blue) = 65+74+252=391 (51% of max value = 765). Red value is 65 (25.78% from 255 or 16.62% from 391); Green value is 74 (29.30% from 255 or 18.93% from 391); Blue value is 252 (98.83% from 255 or 64.45% from 391); Max value from RGB is 252 - color contains mainly: blue. Hex color #414AFC is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #414AFC is #BEB503. Grayscale: #5A5A5A. Windows color (decimal): -12498180 or 16534081. OLE color: 16534081.

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

Color convert

RGB 65 74 252 -
CMYK 0.74 0.71 0 0.01
HSL 237.11º 0.97% 0.62% -
HSV(B) 237.11º 0.74% 0.99% -
XYZ 22.2 13.05 93.44 -
YUV 91.6 218.52 109.03 -
System Red Green Blue C M Y K H S L
Decimal 65 74 252 0.74 0.71 0 0.01 237.11 0.97 0.62
Hex 41 4A FC 4A 47 0 1 ED 61 3E
Octal 101 112 374 112 107 0 1 355 141 76
Binary 1000001 1001010 11111100 1001010 1000111 0 1 11101101 1100001 111110

Color Harmonies of #414AFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #414AFC

Black with #414AFC

Text Example


Text Example

White with #414AFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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