Html Css Color HEX #5B5DFC Neon Blue

📋 copy color: '#5B5DFC'

red 91 ◦ green 93 ◦ blue 252

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

Shades of Neon Blue #5B5DFC

Tints of Neon Blue #5B5DFC

RGB

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

 GREEN value IS 93 (36.72% from 255) = 21.33%

 BLUE value IS 252 (98.83% from 255) = 57.8%

R = 20.87%
G = 21.33%
B = 57.8%

CMYK

 C value IS 0.64

 M value IS 0.63

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#5B5DFC (or 0x5B5DFC) is known color: Neon Blue. HEX triplet: 5B, 5D and FC. RGB value is (91,93,252). Sum of RGB (Red+Green+Blue) = 91+93+252=436 (57% of max value = 765). Red value is 91 (35.94% from 255 or 20.87% from 436); Green value is 93 (36.72% from 255 or 21.33% from 436); Blue value is 252 (98.83% from 255 or 57.80% from 436); Max value from RGB is 252 - color contains mainly: blue. Hex color #5B5DFC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5B5DFC is #A4A203. Grayscale: #6D6D6D. Windows color (decimal): -10789380 or 16538971. OLE color: 16538971.

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

Color convert

RGB 91 93 252 -
CMYK 0.64 0.63 0 0.01
HSL 239.25º 0.96% 0.67% -
HSV(B) 239.25º 0.64% 0.99% -
XYZ 25.8 17.08 94.03 -
YUV 110.53 207.84 114.07 -
System Red Green Blue C M Y K H S L
Decimal 91 93 252 0.64 0.63 0 0.01 239.25 0.96 0.67
Hex 5B 5D FC 40 3F 0 1 EF 60 43
Octal 133 135 374 100 77 0 1 357 140 103
Binary 1011011 1011101 11111100 1000000 111111 0 1 11101111 1100000 1000011

Color Harmonies of #5B5DFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B5DFC

Black with #5B5DFC

Text Example


Text Example

White with #5B5DFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(91,93,252); }

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

background-color css

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

 a { background-color: rgb(91,93,252); }

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

border-color css

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

 span { border-color: rgb(91,93,252); }

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