Html Css Color HEX #5E66FA Neon Blue

📋 copy color: '#5E66FA'

red 94 ◦ green 102 ◦ blue 250

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

Shades of Neon Blue #5E66FA

Tints of Neon Blue #5E66FA

RGB

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

 GREEN value IS 102 (40.23% from 255) = 22.87%

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

R = 21.08%
G = 22.87%
B = 56.05%

CMYK

 C value IS 0.62

 M value IS 0.59

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#5E66FA (or 0x5E66FA) is known color: Neon Blue. HEX triplet: 5E, 66 and FA. RGB value is (94,102,250). Sum of RGB (Red+Green+Blue) = 94+102+250=446 (59% of max value = 765). Red value is 94 (37.11% from 255 or 21.08% from 446); Green value is 102 (40.23% from 255 or 22.87% from 446); Blue value is 250 (98.05% from 255 or 56.05% from 446); Max value from RGB is 250 - color contains mainly: blue. Hex color #5E66FA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5E66FA is #A19905. Grayscale: #737373. Windows color (decimal): -10590470 or 16410206. OLE color: 16410206.

HSL color Cylindrical-coordinate representation of color #5E66FA: hue angle of 236.92º 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 #5E66FA is Cyan = 0.62, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 94 102 250 -
CMYK 0.62 0.59 0 0.02
HSL 236.92º 0.94% 0.67% -
HSV(B) 236.92º 0.62% 0.98% -
XYZ 26.62 18.78 92.67 -
YUV 116.48 203.35 111.97 -
System Red Green Blue C M Y K H S L
Decimal 94 102 250 0.62 0.59 0 0.02 236.92 0.94 0.67
Hex 5E 66 FA 3E 3B 0 2 ED 5E 43
Octal 136 146 372 76 73 0 2 355 136 103
Binary 1011110 1100110 11111010 111110 111011 0 10 11101101 1011110 1000011

Color Harmonies of #5E66FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E66FA

Black with #5E66FA

Text Example


Text Example

White with #5E66FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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