Html Css Color HEX #414BFC Neon Blue

📋 copy color: '#414BFC'

red 65 ◦ green 75 ◦ blue 252

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

Shades of Neon Blue #414BFC

Tints of Neon Blue #414BFC

RGB

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

 GREEN value IS 75 (29.69% from 255) = 19.13%

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

R = 16.58%
G = 19.13%
B = 64.29%

CMYK

 C value IS 0.74

 M value IS 0.70

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#414BFC (or 0x414BFC) is known color: Neon Blue. HEX triplet: 41, 4B and FC. RGB value is (65,75,252). Sum of RGB (Red+Green+Blue) = 65+75+252=392 (51% of max value = 765). Red value is 65 (25.78% from 255 or 16.58% from 392); Green value is 75 (29.69% from 255 or 19.13% from 392); Blue value is 252 (98.83% from 255 or 64.29% from 392); Max value from RGB is 252 - color contains mainly: blue. Hex color #414BFC is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #414BFC is #BEB403. Grayscale: #5B5B5B. Windows color (decimal): -12497924 or 16534337. OLE color: 16534337.

HSL color Cylindrical-coordinate representation of color #414BFC: hue angle of 236.79º 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 #414BFC is Cyan = 0.74, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 65 75 252 -
CMYK 0.74 0.70 0 0.01
HSL 236.79º 0.97% 0.62% -
HSV(B) 236.79º 0.74% 0.99% -
XYZ 22.27 13.18 93.47 -
YUV 92.19 218.19 108.61 -
System Red Green Blue C M Y K H S L
Decimal 65 75 252 0.74 0.70 0 0.01 236.79 0.97 0.62
Hex 41 4B FC 4A 46 0 1 ED 61 3E
Octal 101 113 374 112 106 0 1 355 141 76
Binary 1000001 1001011 11111100 1001010 1000110 0 1 11101101 1100001 111110

Color Harmonies of #414BFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #414BFC

Black with #414BFC

Text Example


Text Example

White with #414BFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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