Html Css Color HEX #5E55FA Neon Blue

📋 copy color: '#5E55FA'

red 94 ◦ green 85 ◦ blue 250

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

Shades of Neon Blue #5E55FA

Tints of Neon Blue #5E55FA

RGB

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

 GREEN value IS 85 (33.59% from 255) = 19.81%

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

R = 21.91%
G = 19.81%
B = 58.28%

CMYK

 C value IS 0.62

 M value IS 0.66

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#5E55FA (or 0x5E55FA) is known color: Neon Blue. HEX triplet: 5E, 55 and FA. RGB value is (94,85,250). Sum of RGB (Red+Green+Blue) = 94+85+250=429 (56% of max value = 765). Red value is 94 (37.11% from 255 or 21.91% from 429); Green value is 85 (33.59% from 255 or 19.81% from 429); Blue value is 250 (98.05% from 255 or 58.28% from 429); Max value from RGB is 250 - color contains mainly: blue. Hex color #5E55FA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5E55FA is #A1AA05. Grayscale: #696969. Windows color (decimal): -10594822 or 16405854. OLE color: 16405854.

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

Color convert

RGB 94 85 250 -
CMYK 0.62 0.66 0 0.02
HSL 243.27º 0.94% 0.66% -
HSV(B) 243.27º 0.66% 0.98% -
XYZ 25.12 15.78 92.16 -
YUV 106.5 208.98 119.08 -
System Red Green Blue C M Y K H S L
Decimal 94 85 250 0.62 0.66 0 0.02 243.27 0.94 0.66
Hex 5E 55 FA 3E 42 0 2 F3 5E 42
Octal 136 125 372 76 102 0 2 363 136 102
Binary 1011110 1010101 11111010 111110 1000010 0 10 11110011 1011110 1000010

Color Harmonies of #5E55FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E55FA

Black with #5E55FA

Text Example


Text Example

White with #5E55FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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