Html Css Color HEX #5B66FC Neon Blue

📋 copy color: '#5B66FC'

red 91 ◦ green 102 ◦ blue 252

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

Shades of Neon Blue #5B66FC

Tints of Neon Blue #5B66FC

RGB

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

 GREEN value IS 102 (40.23% from 255) = 22.92%

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

R = 20.45%
G = 22.92%
B = 56.63%

CMYK

 C value IS 0.64

 M value IS 0.60

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#5B66FC (or 0x5B66FC) is known color: Neon Blue. HEX triplet: 5B, 66 and FC. RGB value is (91,102,252). Sum of RGB (Red+Green+Blue) = 91+102+252=445 (58% of max value = 765). Red value is 91 (35.94% from 255 or 20.45% from 445); Green value is 102 (40.23% from 255 or 22.92% from 445); Blue value is 252 (98.83% from 255 or 56.63% from 445); Max value from RGB is 252 - color contains mainly: blue. Hex color #5B66FC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5B66FC is #A49903. Grayscale: #737373. Windows color (decimal): -10787076 or 16541275. OLE color: 16541275.

HSL color Cylindrical-coordinate representation of color #5B66FC: hue angle of 235.9º 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 #5B66FC is Cyan = 0.64, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 91 102 252 -
CMYK 0.64 0.60 0 0.01
HSL 235.9º 0.96% 0.67% -
HSV(B) 235.9º 0.64% 0.99% -
XYZ 26.64 18.76 94.31 -
YUV 115.81 204.86 110.3 -
System Red Green Blue C M Y K H S L
Decimal 91 102 252 0.64 0.60 0 0.01 235.9 0.96 0.67
Hex 5B 66 FC 40 3C 0 1 EC 60 43
Octal 133 146 374 100 74 0 1 354 140 103
Binary 1011011 1100110 11111100 1000000 111100 0 1 11101100 1100000 1000011

Color Harmonies of #5B66FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B66FC

Black with #5B66FC

Text Example


Text Example

White with #5B66FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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