Html Css Color HEX #525EEF Neon Blue

📋 copy color: '#525EEF'

red 82 ◦ green 94 ◦ blue 239

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

Shades of Neon Blue #525EEF

Tints of Neon Blue #525EEF

RGB

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

 GREEN value IS 94 (37.11% from 255) = 22.65%

 BLUE value IS 239 (93.75% from 255) = 57.59%

R = 19.76%
G = 22.65%
B = 57.59%

CMYK

 C value IS 0.66

 M value IS 0.61

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#525EEF (or 0x525EEF) is known color: Neon Blue. HEX triplet: 52, 5E and EF. RGB value is (82,94,239). Sum of RGB (Red+Green+Blue) = 82+94+239=415 (54% of max value = 765). Red value is 82 (32.42% from 255 or 19.76% from 415); Green value is 94 (37.11% from 255 or 22.65% from 415); Blue value is 239 (93.75% from 255 or 57.59% from 415); Max value from RGB is 239 - color contains mainly: blue. Hex color #525EEF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #525EEF is #ADA110. Grayscale: #6A6A6A. Windows color (decimal): -11378961 or 15687250. OLE color: 15687250.

HSL color Cylindrical-coordinate representation of color #525EEF: hue angle of 235.41º degrees, saturation: 0.83, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #525EEF is Cyan = 0.66, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 82 94 239 -
CMYK 0.66 0.61 0 0.06
HSL 235.41º 0.83% 0.63% -
HSV(B) 235.41º 0.66% 0.94% -
XYZ 23.06 16.03 83.54 -
YUV 106.94 202.52 110.21 -
System Red Green Blue C M Y K H S L
Decimal 82 94 239 0.66 0.61 0 0.06 235.41 0.83 0.63
Hex 52 5E EF 42 3D 0 6 EB 53 3F
Octal 122 136 357 102 75 0 6 353 123 77
Binary 1010010 1011110 11101111 1000010 111101 0 110 11101011 1010011 111111

Color Harmonies of #525EEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #525EEF

Black with #525EEF

Text Example


Text Example

White with #525EEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #525EEF; }

 p { color: rgb(82,94,239); }

 H1.HeaderClassName
 {
   color: #525EEF;
 }
 .AnyTagClassName
 {
   color: #525EEF;
 }
</style>

background-color css

<style>
 a { background-color: #525EEF; }

 a { background-color: rgb(82,94,239); }

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

border-color css

<style>
 span { border-color: #525EEF; }

 span { border-color: rgb(82,94,239); }

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