Html Css Color HEX #5F55FE Neon Blue

📋 copy color: '#5F55FE'

red 95 ◦ green 85 ◦ blue 254

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

Shades of Neon Blue #5F55FE

Tints of Neon Blue #5F55FE

RGB

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

 GREEN value IS 85 (33.59% from 255) = 19.59%

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

R = 21.89%
G = 19.59%
B = 58.53%

CMYK

 C value IS 0.63

 M value IS 0.67

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#5F55FE (or 0x5F55FE) is known color: Neon Blue. HEX triplet: 5F, 55 and FE. RGB value is (95,85,254). Sum of RGB (Red+Green+Blue) = 95+85+254=434 (57% of max value = 765). Red value is 95 (37.5% from 255 or 21.89% from 434); Green value is 85 (33.59% from 255 or 19.59% from 434); Blue value is 254 (99.61% from 255 or 58.53% from 434); Max value from RGB is 254 - color contains mainly: blue. Hex color #5F55FE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5F55FE is #A0AA01. Grayscale: #6A6A6A. Windows color (decimal): -10529282 or 16667999. OLE color: 16667999.

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

Color convert

RGB 95 85 254 -
CMYK 0.63 0.67 0 0.00
HSL 243.55º 0.99% 0.66% -
HSV(B) 243.55º 0.67% 1% -
XYZ 25.86 16.09 95.51 -
YUV 107.26 210.81 119.26 -
System Red Green Blue C M Y K H S L
Decimal 95 85 254 0.63 0.67 0 0.00 243.55 0.99 0.66
Hex 5F 55 FE 3F 43 0 0 F4 63 42
Octal 137 125 376 77 103 0 0 364 143 102
Binary 1011111 1010101 11111110 111111 1000011 0 0 11110100 1100011 1000010

Color Harmonies of #5F55FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F55FE

Black with #5F55FE

Text Example


Text Example

White with #5F55FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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