Html Css Color HEX #5E68FA Neon Blue

📋 copy color: '#5E68FA'

red 94 ◦ green 104 ◦ blue 250

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

Shades of Neon Blue #5E68FA

Tints of Neon Blue #5E68FA

RGB

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

 GREEN value IS 104 (41.02% from 255) = 23.21%

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

R = 20.98%
G = 23.21%
B = 55.8%

CMYK

 C value IS 0.62

 M value IS 0.58

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#5E68FA (or 0x5E68FA) is known color: Neon Blue. HEX triplet: 5E, 68 and FA. RGB value is (94,104,250). Sum of RGB (Red+Green+Blue) = 94+104+250=448 (59% of max value = 765). Red value is 94 (37.11% from 255 or 20.98% from 448); Green value is 104 (41.02% from 255 or 23.21% from 448); Blue value is 250 (98.05% from 255 or 55.80% from 448); Max value from RGB is 250 - color contains mainly: blue. Hex color #5E68FA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5E68FA is #A19705. Grayscale: #757575. Windows color (decimal): -10589958 or 16410718. OLE color: 16410718.

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

Color convert

RGB 94 104 250 -
CMYK 0.62 0.58 0 0.02
HSL 236.15º 0.94% 0.67% -
HSV(B) 236.15º 0.62% 0.98% -
XYZ 26.82 19.18 92.73 -
YUV 117.65 202.69 111.13 -
System Red Green Blue C M Y K H S L
Decimal 94 104 250 0.62 0.58 0 0.02 236.15 0.94 0.67
Hex 5E 68 FA 3E 3A 0 2 EC 5E 43
Octal 136 150 372 76 72 0 2 354 136 103
Binary 1011110 1101000 11111010 111110 111010 0 10 11101100 1011110 1000011

Color Harmonies of #5E68FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E68FA

Black with #5E68FA

Text Example


Text Example

White with #5E68FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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