Html Css Color HEX #5E62FA Neon Blue

📋 copy color: '#5E62FA'

red 94 ◦ green 98 ◦ blue 250

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

Shades of Neon Blue #5E62FA

Tints of Neon Blue #5E62FA

RGB

 RED value IS 94 (37.11% from 255) = 21.27%

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

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

R = 21.27%
G = 22.17%
B = 56.56%

CMYK

 C value IS 0.62

 M value IS 0.61

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#5E62FA (or 0x5E62FA) is known color: Neon Blue. HEX triplet: 5E, 62 and FA. RGB value is (94,98,250). Sum of RGB (Red+Green+Blue) = 94+98+250=442 (58% of max value = 765). Red value is 94 (37.11% from 255 or 21.27% from 442); Green value is 98 (38.67% from 255 or 22.17% from 442); Blue value is 250 (98.05% from 255 or 56.56% from 442); Max value from RGB is 250 - color contains mainly: blue. Hex color #5E62FA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5E62FA is #A19D05. Grayscale: #717171. Windows color (decimal): -10591494 or 16409182. OLE color: 16409182.

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

Color convert

RGB 94 98 250 -
CMYK 0.62 0.61 0 0.02
HSL 238.46º 0.94% 0.67% -
HSV(B) 238.46º 0.62% 0.98% -
XYZ 26.24 18.02 92.54 -
YUV 114.13 204.67 113.64 -
System Red Green Blue C M Y K H S L
Decimal 94 98 250 0.62 0.61 0 0.02 238.46 0.94 0.67
Hex 5E 62 FA 3E 3D 0 2 EE 5E 43
Octal 136 142 372 76 75 0 2 356 136 103
Binary 1011110 1100010 11111010 111110 111101 0 10 11101110 1011110 1000011

Color Harmonies of #5E62FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E62FA

Black with #5E62FA

Text Example


Text Example

White with #5E62FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5E62FA; }

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

 H1.HeaderClassName
 {
   color: #5E62FA;
 }
 .AnyTagClassName
 {
   color: #5E62FA;
 }
</style>

background-color css

<style>
 a { background-color: #5E62FA; }

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

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

border-color css

<style>
 span { border-color: #5E62FA; }

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

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