Html Css Color HEX #5B5FFE Neon Blue

📋 copy color: '#5B5FFE'

red 91 ◦ green 95 ◦ blue 254

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

Shades of Neon Blue #5B5FFE

Tints of Neon Blue #5B5FFE

RGB

 RED value IS 91 (35.94% from 255) = 20.68%

 GREEN value IS 95 (37.5% from 255) = 21.59%

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

R = 20.68%
G = 21.59%
B = 57.73%

CMYK

 C value IS 0.64

 M value IS 0.63

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#5B5FFE (or 0x5B5FFE) is known color: Neon Blue. HEX triplet: 5B, 5F and FE. RGB value is (91,95,254). Sum of RGB (Red+Green+Blue) = 91+95+254=440 (58% of max value = 765). Red value is 91 (35.94% from 255 or 20.68% from 440); Green value is 95 (37.5% from 255 or 21.59% from 440); Blue value is 254 (99.61% from 255 or 57.73% from 440); Max value from RGB is 254 - color contains mainly: blue. Hex color #5B5FFE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5B5FFE is #A4A001. Grayscale: #6F6F6F. Windows color (decimal): -10788866 or 16670555. OLE color: 16670555.

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

Color convert

RGB 91 95 254 -
CMYK 0.64 0.63 0 0.00
HSL 238.53º 0.99% 0.68% -
HSV(B) 238.53º 0.64% 1% -
XYZ 26.3 17.56 95.77 -
YUV 111.93 208.17 113.07 -
System Red Green Blue C M Y K H S L
Decimal 91 95 254 0.64 0.63 0 0.00 238.53 0.99 0.68
Hex 5B 5F FE 40 3F 0 0 EF 63 44
Octal 133 137 376 100 77 0 0 357 143 104
Binary 1011011 1011111 11111110 1000000 111111 0 0 11101111 1100011 1000100

Color Harmonies of #5B5FFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B5FFE

Black with #5B5FFE

Text Example


Text Example

White with #5B5FFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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