Html Css Color HEX #575FEF Neon Blue

📋 copy color: '#575FEF'

red 87 ◦ green 95 ◦ blue 239

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

Shades of Neon Blue #575FEF

Tints of Neon Blue #575FEF

RGB

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

 GREEN value IS 95 (37.5% from 255) = 22.57%

 BLUE value IS 239 (93.75% from 255) = 56.77%

R = 20.67%
G = 22.57%
B = 56.77%

CMYK

 C value IS 0.64

 M value IS 0.60

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#575FEF (or 0x575FEF) is known color: Neon Blue. HEX triplet: 57, 5F and EF. RGB value is (87,95,239). Sum of RGB (Red+Green+Blue) = 87+95+239=421 (55% of max value = 765). Red value is 87 (34.38% from 255 or 20.67% from 421); Green value is 95 (37.5% from 255 or 22.57% from 421); Blue value is 239 (93.75% from 255 or 56.77% from 421); Max value from RGB is 239 - color contains mainly: blue. Hex color #575FEF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #575FEF is #A8A010. Grayscale: #6C6C6C. Windows color (decimal): -11051025 or 15687511. OLE color: 15687511.

HSL color Cylindrical-coordinate representation of color #575FEF: hue angle of 236.84º degrees, saturation: 0.83, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #575FEF is Cyan = 0.64, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 87 95 239 -
CMYK 0.64 0.60 0 0.06
HSL 236.84º 0.83% 0.64% -
HSV(B) 236.84º 0.64% 0.94% -
XYZ 23.6 16.44 83.59 -
YUV 109.02 201.35 112.29 -
System Red Green Blue C M Y K H S L
Decimal 87 95 239 0.64 0.60 0 0.06 236.84 0.83 0.64
Hex 57 5F EF 40 3C 0 6 ED 53 40
Octal 127 137 357 100 74 0 6 355 123 100
Binary 1010111 1011111 11101111 1000000 111100 0 110 11101101 1010011 1000000

Color Harmonies of #575FEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #575FEF

Black with #575FEF

Text Example


Text Example

White with #575FEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #575FEF; }

 p { color: rgb(87,95,239); }

 H1.HeaderClassName
 {
   color: #575FEF;
 }
 .AnyTagClassName
 {
   color: #575FEF;
 }
</style>

background-color css

<style>
 a { background-color: #575FEF; }

 a { background-color: rgb(87,95,239); }

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

border-color css

<style>
 span { border-color: #575FEF; }

 span { border-color: rgb(87,95,239); }

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