Html Css Color HEX #5D62EA Neon Blue

📋 copy color: '#5D62EA'

red 93 ◦ green 98 ◦ blue 234

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

Shades of Neon Blue #5D62EA

Tints of Neon Blue #5D62EA

RGB

 RED value IS 93 (36.72% from 255) = 21.88%

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

 BLUE value IS 234 (91.8% from 255) = 55.06%

R = 21.88%
G = 23.06%
B = 55.06%

CMYK

 C value IS 0.60

 M value IS 0.58

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#5D62EA (or 0x5D62EA) is known color: Neon Blue. HEX triplet: 5D, 62 and EA. RGB value is (93,98,234). Sum of RGB (Red+Green+Blue) = 93+98+234=425 (56% of max value = 765). Red value is 93 (36.72% from 255 or 21.88% from 425); Green value is 98 (38.67% from 255 or 23.06% from 425); Blue value is 234 (91.80% from 255 or 55.06% from 425); Max value from RGB is 234 - color contains mainly: blue. Hex color #5D62EA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5D62EA is #A29D15. Grayscale: #6F6F6F. Windows color (decimal): -10657046 or 15360605. OLE color: 15360605.

HSL color Cylindrical-coordinate representation of color #5D62EA: hue angle of 237.87º degrees, saturation: 0.77, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5D62EA is Cyan = 0.60, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 93 98 234 -
CMYK 0.60 0.58 0 0.08
HSL 237.87º 0.77% 0.64% -
HSV(B) 237.87º 0.6% 0.92% -
XYZ 23.73 17 79.87 -
YUV 112.01 196.84 114.44 -
System Red Green Blue C M Y K H S L
Decimal 93 98 234 0.60 0.58 0 0.08 237.87 0.77 0.64
Hex 5D 62 EA 3C 3A 0 8 EE 4D 40
Octal 135 142 352 74 72 0 10 356 115 100
Binary 1011101 1100010 11101010 111100 111010 0 1000 11101110 1001101 1000000

Color Harmonies of #5D62EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D62EA

Black with #5D62EA

Text Example


Text Example

White with #5D62EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(93,98,234); }

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

background-color css

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

 a { background-color: rgb(93,98,234); }

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

border-color css

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

 span { border-color: rgb(93,98,234); }

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