Html Css Color HEX #5F64FE Neon Blue

📋 copy color: '#5F64FE'

red 95 ◦ green 100 ◦ blue 254

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

Shades of Neon Blue #5F64FE

Tints of Neon Blue #5F64FE

RGB

 RED value IS 95 (37.5% from 255) = 21.16%

 GREEN value IS 100 (39.45% from 255) = 22.27%

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

R = 21.16%
G = 22.27%
B = 56.57%

CMYK

 C value IS 0.63

 M value IS 0.61

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#5F64FE (or 0x5F64FE) is known color: Neon Blue. HEX triplet: 5F, 64 and FE. RGB value is (95,100,254). Sum of RGB (Red+Green+Blue) = 95+100+254=449 (59% of max value = 765). Red value is 95 (37.5% from 255 or 21.16% from 449); Green value is 100 (39.45% from 255 or 22.27% from 449); Blue value is 254 (99.61% from 255 or 56.57% from 449); Max value from RGB is 254 - color contains mainly: blue. Hex color #5F64FE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5F64FE is #A09B01. Grayscale: #737373. Windows color (decimal): -10525442 or 16671839. OLE color: 16671839.

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

Color convert

RGB 95 100 254 -
CMYK 0.63 0.61 0 0.00
HSL 238.11º 0.99% 0.68% -
HSV(B) 238.11º 0.63% 1% -
XYZ 27.17 18.7 95.94 -
YUV 116.06 205.84 112.98 -
System Red Green Blue C M Y K H S L
Decimal 95 100 254 0.63 0.61 0 0.00 238.11 0.99 0.68
Hex 5F 64 FE 3F 3D 0 0 EE 63 44
Octal 137 144 376 77 75 0 0 356 143 104
Binary 1011111 1100100 11111110 111111 111101 0 0 11101110 1100011 1000100

Color Harmonies of #5F64FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F64FE

Black with #5F64FE

Text Example


Text Example

White with #5F64FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5F64FE; }

 p { color: rgb(95,100,254); }

 H1.HeaderClassName
 {
   color: #5F64FE;
 }
 .AnyTagClassName
 {
   color: #5F64FE;
 }
</style>

background-color css

<style>
 a { background-color: #5F64FE; }

 a { background-color: rgb(95,100,254); }

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

border-color css

<style>
 span { border-color: #5F64FE; }

 span { border-color: rgb(95,100,254); }

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