Html Css Color HEX #525FFD Neon Blue

📋 copy color: '#525FFD'

red 82 ◦ green 95 ◦ blue 253

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

Shades of Neon Blue #525FFD

Tints of Neon Blue #525FFD

RGB

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

 GREEN value IS 95 (37.5% from 255) = 22.09%

 BLUE value IS 253 (99.22% from 255) = 58.84%

R = 19.07%
G = 22.09%
B = 58.84%

CMYK

 C value IS 0.68

 M value IS 0.62

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#525FFD (or 0x525FFD) is known color: Neon Blue. HEX triplet: 52, 5F and FD. RGB value is (82,95,253). Sum of RGB (Red+Green+Blue) = 82+95+253=430 (56% of max value = 765). Red value is 82 (32.42% from 255 or 19.07% from 430); Green value is 95 (37.5% from 255 or 22.09% from 430); Blue value is 253 (99.22% from 255 or 58.84% from 430); Max value from RGB is 253 - color contains mainly: blue. Hex color #525FFD is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #525FFD is #ADA002. Grayscale: #6C6C6C. Windows color (decimal): -11378691 or 16605010. OLE color: 16605010.

HSL color Cylindrical-coordinate representation of color #525FFD: hue angle of 235.44º degrees, saturation: 0.98, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #525FFD is Cyan = 0.68, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 82 95 253 -
CMYK 0.68 0.62 0 0.01
HSL 235.44º 0.98% 0.66% -
HSV(B) 235.44º 0.68% 0.99% -
XYZ 25.3 17.07 94.89 -
YUV 109.13 209.19 108.65 -
System Red Green Blue C M Y K H S L
Decimal 82 95 253 0.68 0.62 0 0.01 235.44 0.98 0.66
Hex 52 5F FD 44 3E 0 1 EB 62 42
Octal 122 137 375 104 76 0 1 353 142 102
Binary 1010010 1011111 11111101 1000100 111110 0 1 11101011 1100010 1000010

Color Harmonies of #525FFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #525FFD

Black with #525FFD

Text Example


Text Example

White with #525FFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,95,253); }

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

background-color css

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

 a { background-color: rgb(82,95,253); }

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

border-color css

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

 span { border-color: rgb(82,95,253); }

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