Html Css Color HEX #5B5CF7 Neon Blue

📋 copy color: '#5B5CF7'

red 91 ◦ green 92 ◦ blue 247

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

Shades of Neon Blue #5B5CF7

Tints of Neon Blue #5B5CF7

RGB

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

 GREEN value IS 92 (36.33% from 255) = 21.4%

 BLUE value IS 247 (96.88% from 255) = 57.44%

R = 21.16%
G = 21.4%
B = 57.44%

CMYK

 C value IS 0.63

 M value IS 0.63

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#5B5CF7 (or 0x5B5CF7) is known color: Neon Blue. HEX triplet: 5B, 5C and F7. RGB value is (91,92,247). Sum of RGB (Red+Green+Blue) = 91+92+247=430 (56% of max value = 765). Red value is 91 (35.94% from 255 or 21.16% from 430); Green value is 92 (36.33% from 255 or 21.40% from 430); Blue value is 247 (96.88% from 255 or 57.44% from 430); Max value from RGB is 247 - color contains mainly: blue. Hex color #5B5CF7 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5B5CF7 is #A4A308. Grayscale: #6C6C6C. Windows color (decimal): -10789641 or 16211035. OLE color: 16211035.

HSL color Cylindrical-coordinate representation of color #5B5CF7: hue angle of 239.62º degrees, saturation: 0.91, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5B5CF7 is Cyan = 0.63, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 91 92 247 -
CMYK 0.63 0.63 0 0.03
HSL 239.62º 0.91% 0.66% -
HSV(B) 239.62º 0.63% 0.97% -
XYZ 24.93 16.59 89.88 -
YUV 109.37 205.67 114.9 -
System Red Green Blue C M Y K H S L
Decimal 91 92 247 0.63 0.63 0 0.03 239.62 0.91 0.66
Hex 5B 5C F7 3F 3F 0 3 F0 5B 42
Octal 133 134 367 77 77 0 3 360 133 102
Binary 1011011 1011100 11110111 111111 111111 0 11 11110000 1011011 1000010

Color Harmonies of #5B5CF7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B5CF7

Black with #5B5CF7

Text Example


Text Example

White with #5B5CF7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(91,92,247); }

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

background-color css

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

 a { background-color: rgb(91,92,247); }

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

border-color css

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

 span { border-color: rgb(91,92,247); }

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