Html Css Color HEX #525DF0 Neon Blue

📋 copy color: '#525DF0'

red 82 ◦ green 93 ◦ blue 240

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

Shades of Neon Blue #525DF0

Tints of Neon Blue #525DF0

RGB

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

 GREEN value IS 93 (36.72% from 255) = 22.41%

 BLUE value IS 240 (94.14% from 255) = 57.83%

R = 19.76%
G = 22.41%
B = 57.83%

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

#525DF0 (or 0x525DF0) is known color: Neon Blue. HEX triplet: 52, 5D and F0. RGB value is (82,93,240). Sum of RGB (Red+Green+Blue) = 82+93+240=415 (54% of max value = 765). Red value is 82 (32.42% from 255 or 19.76% from 415); Green value is 93 (36.72% from 255 or 22.41% from 415); Blue value is 240 (94.14% from 255 or 57.83% from 415); Max value from RGB is 240 - color contains mainly: blue. Hex color #525DF0 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #525DF0 is #ADA20F. Grayscale: #696969. Windows color (decimal): -11379216 or 15752530. OLE color: 15752530.

HSL color Cylindrical-coordinate representation of color #525DF0: hue angle of 235.82º degrees, saturation: 0.84, 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 #525DF0 is Cyan = 0.66, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 82 93 240 -
CMYK 0.66 0.61 0 0.06
HSL 235.82º 0.84% 0.63% -
HSV(B) 235.82º 0.66% 0.94% -
XYZ 23.12 15.91 84.29 -
YUV 106.47 203.36 110.55 -
System Red Green Blue C M Y K H S L
Decimal 82 93 240 0.66 0.61 0 0.06 235.82 0.84 0.63
Hex 52 5D F0 42 3D 0 6 EC 54 3F
Octal 122 135 360 102 75 0 6 354 124 77
Binary 1010010 1011101 11110000 1000010 111101 0 110 11101100 1010100 111111

Color Harmonies of #525DF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #525DF0

Black with #525DF0

Text Example


Text Example

White with #525DF0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,93,240); }

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

background-color css

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

 a { background-color: rgb(82,93,240); }

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

border-color css

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

 span { border-color: rgb(82,93,240); }

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