Html Css Color HEX #5864FD Neon Blue

📋 copy color: '#5864FD'

red 88 ◦ green 100 ◦ blue 253

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

Shades of Neon Blue #5864FD

Tints of Neon Blue #5864FD

RGB

 RED value IS 88 (34.77% from 255) = 19.95%

 GREEN value IS 100 (39.45% from 255) = 22.68%

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

R = 19.95%
G = 22.68%
B = 57.37%

CMYK

 C value IS 0.65

 M value IS 0.60

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#5864FD (or 0x5864FD) is known color: Neon Blue. HEX triplet: 58, 64 and FD. RGB value is (88,100,253). Sum of RGB (Red+Green+Blue) = 88+100+253=441 (58% of max value = 765). Red value is 88 (34.77% from 255 or 19.95% from 441); Green value is 100 (39.45% from 255 or 22.68% from 441); Blue value is 253 (99.22% from 255 or 57.37% from 441); Max value from RGB is 253 - color contains mainly: blue. Hex color #5864FD is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5864FD is #A79B02. Grayscale: #717171. Windows color (decimal): -10984195 or 16606296. OLE color: 16606296.

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

Color convert

RGB 88 100 253 -
CMYK 0.65 0.60 0 0.01
HSL 235.64º 0.98% 0.67% -
HSV(B) 235.64º 0.65% 0.99% -
XYZ 26.31 18.28 95.07 -
YUV 113.85 206.52 109.56 -
System Red Green Blue C M Y K H S L
Decimal 88 100 253 0.65 0.60 0 0.01 235.64 0.98 0.67
Hex 58 64 FD 41 3C 0 1 EC 62 43
Octal 130 144 375 101 74 0 1 354 142 103
Binary 1011000 1100100 11111101 1000001 111100 0 1 11101100 1100010 1000011

Color Harmonies of #5864FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5864FD

Black with #5864FD

Text Example


Text Example

White with #5864FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(88,100,253); }

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

background-color css

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

 a { background-color: rgb(88,100,253); }

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

border-color css

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

 span { border-color: rgb(88,100,253); }

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