Html Css Color HEX #5254EE Neon Blue

📋 copy color: '#5254EE'

red 82 ◦ green 84 ◦ blue 238

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

Shades of Neon Blue #5254EE

Tints of Neon Blue #5254EE

RGB

 RED value IS 82 (32.42% from 255) = 20.3%

 GREEN value IS 84 (33.2% from 255) = 20.79%

 BLUE value IS 238 (93.36% from 255) = 58.91%

R = 20.3%
G = 20.79%
B = 58.91%

CMYK

 C value IS 0.66

 M value IS 0.65

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#5254EE (or 0x5254EE) is known color: Neon Blue. HEX triplet: 52, 54 and EE. RGB value is (82,84,238). Sum of RGB (Red+Green+Blue) = 82+84+238=404 (53% of max value = 765). Red value is 82 (32.42% from 255 or 20.30% from 404); Green value is 84 (33.20% from 255 or 20.79% from 404); Blue value is 238 (93.36% from 255 or 58.91% from 404); Max value from RGB is 238 - color contains mainly: blue. Hex color #5254EE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5254EE is #ADAB11. Grayscale: #646464. Windows color (decimal): -11381522 or 15619154. OLE color: 15619154.

HSL color Cylindrical-coordinate representation of color #5254EE: hue angle of 239.23º degrees, saturation: 0.82, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #5254EE is Cyan = 0.66, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 82 84 238 -
CMYK 0.66 0.65 0 0.07
HSL 239.23º 0.82% 0.63% -
HSV(B) 239.23º 0.66% 0.93% -
XYZ 22.08 14.31 82.49 -
YUV 100.96 205.34 114.48 -
System Red Green Blue C M Y K H S L
Decimal 82 84 238 0.66 0.65 0 0.07 239.23 0.82 0.63
Hex 52 54 EE 42 41 0 7 EF 52 3F
Octal 122 124 356 102 101 0 7 357 122 77
Binary 1010010 1010100 11101110 1000010 1000001 0 111 11101111 1010010 111111

Color Harmonies of #5254EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5254EE

Black with #5254EE

Text Example


Text Example

White with #5254EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5254EE; }

 p { color: rgb(82,84,238); }

 H1.HeaderClassName
 {
   color: #5254EE;
 }
 .AnyTagClassName
 {
   color: #5254EE;
 }
</style>

background-color css

<style>
 a { background-color: #5254EE; }

 a { background-color: rgb(82,84,238); }

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

border-color css

<style>
 span { border-color: #5254EE; }

 span { border-color: rgb(82,84,238); }

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