Html Css Color HEX #5766FD Neon Blue

📋 copy color: '#5766FD'

red 87 ◦ green 102 ◦ blue 253

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

Shades of Neon Blue #5766FD

Tints of Neon Blue #5766FD

RGB

 RED value IS 87 (34.38% from 255) = 19.68%

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

 BLUE value IS 253 (99.22% from 255) = 57.24%

R = 19.68%
G = 23.08%
B = 57.24%

CMYK

 C value IS 0.66

 M value IS 0.60

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#5766FD (or 0x5766FD) is known color: Neon Blue. HEX triplet: 57, 66 and FD. RGB value is (87,102,253). Sum of RGB (Red+Green+Blue) = 87+102+253=442 (58% of max value = 765). Red value is 87 (34.38% from 255 or 19.68% from 442); Green value is 102 (40.23% from 255 or 23.08% from 442); Blue value is 253 (99.22% from 255 or 57.24% from 442); Max value from RGB is 253 - color contains mainly: blue. Hex color #5766FD is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5766FD is #A89902. Grayscale: #727272. Windows color (decimal): -11049219 or 16606807. OLE color: 16606807.

HSL color Cylindrical-coordinate representation of color #5766FD: hue angle of 234.58º degrees, saturation: 0.98, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #5766FD is Cyan = 0.66, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 87 102 253 -
CMYK 0.66 0.60 0 0.01
HSL 234.58º 0.98% 0.67% -
HSV(B) 234.58º 0.66% 0.99% -
XYZ 26.41 18.62 95.13 -
YUV 114.73 206.03 108.22 -
System Red Green Blue C M Y K H S L
Decimal 87 102 253 0.66 0.60 0 0.01 234.58 0.98 0.67
Hex 57 66 FD 42 3C 0 1 EB 62 43
Octal 127 146 375 102 74 0 1 353 142 103
Binary 1010111 1100110 11111101 1000010 111100 0 1 11101011 1100010 1000011

Color Harmonies of #5766FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5766FD

Black with #5766FD

Text Example


Text Example

White with #5766FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5766FD; }

 p { color: rgb(87,102,253); }

 H1.HeaderClassName
 {
   color: #5766FD;
 }
 .AnyTagClassName
 {
   color: #5766FD;
 }
</style>

background-color css

<style>
 a { background-color: #5766FD; }

 a { background-color: rgb(87,102,253); }

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

border-color css

<style>
 span { border-color: #5766FD; }

 span { border-color: rgb(87,102,253); }

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