Html Css Color HEX #5867F4 Neon Blue

📋 copy color: '#5867F4'

red 88 ◦ green 103 ◦ blue 244

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

Shades of Neon Blue #5867F4

Tints of Neon Blue #5867F4

RGB

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

 GREEN value IS 103 (40.63% from 255) = 23.68%

 BLUE value IS 244 (95.7% from 255) = 56.09%

R = 20.23%
G = 23.68%
B = 56.09%

CMYK

 C value IS 0.64

 M value IS 0.58

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#5867F4 (or 0x5867F4) is known color: Neon Blue. HEX triplet: 58, 67 and F4. RGB value is (88,103,244). Sum of RGB (Red+Green+Blue) = 88+103+244=435 (57% of max value = 765). Red value is 88 (34.77% from 255 or 20.23% from 435); Green value is 103 (40.62% from 255 or 23.68% from 435); Blue value is 244 (95.70% from 255 or 56.09% from 435); Max value from RGB is 244 - color contains mainly: blue. Hex color #5867F4 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5867F4 is #A7980B. Grayscale: #727272. Windows color (decimal): -10983436 or 16017240. OLE color: 16017240.

HSL color Cylindrical-coordinate representation of color #5867F4: hue angle of 234.23º degrees, saturation: 0.88, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5867F4 is Cyan = 0.64, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 88 103 244 -
CMYK 0.64 0.58 0 0.04
HSL 234.23º 0.88% 0.65% -
HSV(B) 234.23º 0.64% 0.96% -
XYZ 25.2 18.31 87.79 -
YUV 114.59 201.03 109.04 -
System Red Green Blue C M Y K H S L
Decimal 88 103 244 0.64 0.58 0 0.04 234.23 0.88 0.65
Hex 58 67 F4 40 3A 0 4 EA 58 41
Octal 130 147 364 100 72 0 4 352 130 101
Binary 1011000 1100111 11110100 1000000 111010 0 100 11101010 1011000 1000001

Color Harmonies of #5867F4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5867F4

Black with #5867F4

Text Example


Text Example

White with #5867F4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5867F4; }

 p { color: rgb(88,103,244); }

 H1.HeaderClassName
 {
   color: #5867F4;
 }
 .AnyTagClassName
 {
   color: #5867F4;
 }
</style>

background-color css

<style>
 a { background-color: #5867F4; }

 a { background-color: rgb(88,103,244); }

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

border-color css

<style>
 span { border-color: #5867F4; }

 span { border-color: rgb(88,103,244); }

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