Html Css Color HEX #5B5FEF Neon Blue

📋 copy color: '#5B5FEF'

red 91 ◦ green 95 ◦ blue 239

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

Shades of Neon Blue #5B5FEF

Tints of Neon Blue #5B5FEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 56.24%

R = 21.41%
G = 22.35%
B = 56.24%

CMYK

 C value IS 0.62

 M value IS 0.60

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#5B5FEF (or 0x5B5FEF) is known color: Neon Blue. HEX triplet: 5B, 5F and EF. RGB value is (91,95,239). Sum of RGB (Red+Green+Blue) = 91+95+239=425 (56% of max value = 765). Red value is 91 (35.94% from 255 or 21.41% from 425); Green value is 95 (37.5% from 255 or 22.35% from 425); Blue value is 239 (93.75% from 255 or 56.24% from 425); Max value from RGB is 239 - color contains mainly: blue. Hex color #5B5FEF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5B5FEF is #A4A010. Grayscale: #6D6D6D. Windows color (decimal): -10788881 or 15687515. OLE color: 15687515.

HSL color Cylindrical-coordinate representation of color #5B5FEF: hue angle of 238.38º degrees, saturation: 0.82, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5B5FEF is Cyan = 0.62, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 91 95 239 -
CMYK 0.62 0.60 0 0.06
HSL 238.38º 0.82% 0.65% -
HSV(B) 238.38º 0.62% 0.94% -
XYZ 23.99 16.64 83.61 -
YUV 110.22 200.67 114.29 -
System Red Green Blue C M Y K H S L
Decimal 91 95 239 0.62 0.60 0 0.06 238.38 0.82 0.65
Hex 5B 5F EF 3E 3C 0 6 EE 52 41
Octal 133 137 357 76 74 0 6 356 122 101
Binary 1011011 1011111 11101111 111110 111100 0 110 11101110 1010010 1000001

Color Harmonies of #5B5FEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B5FEF

Black with #5B5FEF

Text Example


Text Example

White with #5B5FEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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