Html Css Color HEX #5762FA Neon Blue

📋 copy color: '#5762FA'

red 87 ◦ green 98 ◦ blue 250

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

Shades of Neon Blue #5762FA

Tints of Neon Blue #5762FA

RGB

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

 GREEN value IS 98 (38.67% from 255) = 22.53%

 BLUE value IS 250 (98.05% from 255) = 57.47%

R = 20%
G = 22.53%
B = 57.47%

CMYK

 C value IS 0.65

 M value IS 0.61

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#5762FA (or 0x5762FA) is known color: Neon Blue. HEX triplet: 57, 62 and FA. RGB value is (87,98,250). Sum of RGB (Red+Green+Blue) = 87+98+250=435 (57% of max value = 765). Red value is 87 (34.38% from 255 or 20% from 435); Green value is 98 (38.67% from 255 or 22.53% from 435); Blue value is 250 (98.05% from 255 or 57.47% from 435); Max value from RGB is 250 - color contains mainly: blue. Hex color #5762FA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5762FA is #A89D05. Grayscale: #6F6F6F. Windows color (decimal): -11050246 or 16409175. OLE color: 16409175.

HSL color Cylindrical-coordinate representation of color #5762FA: hue angle of 235.95º degrees, saturation: 0.94, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #5762FA is Cyan = 0.65, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 87 98 250 -
CMYK 0.65 0.61 0 0.02
HSL 235.95º 0.94% 0.66% -
HSV(B) 235.95º 0.65% 0.98% -
XYZ 25.55 17.66 92.51 -
YUV 112.04 205.86 110.14 -
System Red Green Blue C M Y K H S L
Decimal 87 98 250 0.65 0.61 0 0.02 235.95 0.94 0.66
Hex 57 62 FA 41 3D 0 2 EC 5E 42
Octal 127 142 372 101 75 0 2 354 136 102
Binary 1010111 1100010 11111010 1000001 111101 0 10 11101100 1011110 1000010

Color Harmonies of #5762FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5762FA

Black with #5762FA

Text Example


Text Example

White with #5762FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5762FA; }

 p { color: rgb(87,98,250); }

 H1.HeaderClassName
 {
   color: #5762FA;
 }
 .AnyTagClassName
 {
   color: #5762FA;
 }
</style>

background-color css

<style>
 a { background-color: #5762FA; }

 a { background-color: rgb(87,98,250); }

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

border-color css

<style>
 span { border-color: #5762FA; }

 span { border-color: rgb(87,98,250); }

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