Html Css Color HEX #525FFB Neon Blue

📋 copy color: '#525FFB'

red 82 ◦ green 95 ◦ blue 251

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

Shades of Neon Blue #525FFB

Tints of Neon Blue #525FFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 58.64%

R = 19.16%
G = 22.2%
B = 58.64%

CMYK

 C value IS 0.67

 M value IS 0.62

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#525FFB (or 0x525FFB) is known color: Neon Blue. HEX triplet: 52, 5F and FB. RGB value is (82,95,251). Sum of RGB (Red+Green+Blue) = 82+95+251=428 (56% of max value = 765). Red value is 82 (32.42% from 255 or 19.16% from 428); Green value is 95 (37.5% from 255 or 22.20% from 428); Blue value is 251 (98.44% from 255 or 58.64% from 428); Max value from RGB is 251 - color contains mainly: blue. Hex color #525FFB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #525FFB is #ADA004. Grayscale: #6C6C6C. Windows color (decimal): -11378693 or 16473938. OLE color: 16473938.

HSL color Cylindrical-coordinate representation of color #525FFB: hue angle of 235.38º degrees, saturation: 0.95, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #525FFB is Cyan = 0.67, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 82 95 251 -
CMYK 0.67 0.62 0 0.02
HSL 235.38º 0.95% 0.65% -
HSV(B) 235.38º 0.67% 0.98% -
XYZ 24.98 16.94 93.22 -
YUV 108.9 208.19 108.82 -
System Red Green Blue C M Y K H S L
Decimal 82 95 251 0.67 0.62 0 0.02 235.38 0.95 0.65
Hex 52 5F FB 43 3E 0 2 EB 5F 41
Octal 122 137 373 103 76 0 2 353 137 101
Binary 1010010 1011111 11111011 1000011 111110 0 10 11101011 1011111 1000001

Color Harmonies of #525FFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #525FFB

Black with #525FFB

Text Example


Text Example

White with #525FFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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