Html Css Color HEX #5F67FE Neon Blue

📋 copy color: '#5F67FE'

red 95 ◦ green 103 ◦ blue 254

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

Shades of Neon Blue #5F67FE

Tints of Neon Blue #5F67FE

RGB

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

 GREEN value IS 103 (40.63% from 255) = 22.79%

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

R = 21.02%
G = 22.79%
B = 56.19%

CMYK

 C value IS 0.63

 M value IS 0.59

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#5F67FE (or 0x5F67FE) is known color: Neon Blue. HEX triplet: 5F, 67 and FE. RGB value is (95,103,254). Sum of RGB (Red+Green+Blue) = 95+103+254=452 (59% of max value = 765). Red value is 95 (37.5% from 255 or 21.02% from 452); Green value is 103 (40.62% from 255 or 22.79% from 452); Blue value is 254 (99.61% from 255 or 56.19% from 452); Max value from RGB is 254 - color contains mainly: blue. Hex color #5F67FE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5F67FE is #A09801. Grayscale: #757575. Windows color (decimal): -10524674 or 16672607. OLE color: 16672607.

HSL color Cylindrical-coordinate representation of color #5F67FE: hue angle of 236.98º 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 #5F67FE is Cyan = 0.63, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 95 103 254 -
CMYK 0.63 0.59 0 0.00
HSL 236.98º 0.99% 0.68% -
HSV(B) 236.98º 0.63% 1% -
XYZ 27.46 19.29 96.04 -
YUV 117.82 204.85 111.72 -
System Red Green Blue C M Y K H S L
Decimal 95 103 254 0.63 0.59 0 0.00 236.98 0.99 0.68
Hex 5F 67 FE 3F 3B 0 0 ED 63 44
Octal 137 147 376 77 73 0 0 355 143 104
Binary 1011111 1100111 11111110 111111 111011 0 0 11101101 1100011 1000100

Color Harmonies of #5F67FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F67FE

Black with #5F67FE

Text Example


Text Example

White with #5F67FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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