Html Css Color HEX #525DFB Neon Blue

📋 copy color: '#525DFB'

red 82 ◦ green 93 ◦ blue 251

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

Shades of Neon Blue #525DFB

Tints of Neon Blue #525DFB

RGB

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

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

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

R = 19.25%
G = 21.83%
B = 58.92%

CMYK

 C value IS 0.67

 M value IS 0.63

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#525DFB (or 0x525DFB) is known color: Neon Blue. HEX triplet: 52, 5D and FB. RGB value is (82,93,251). Sum of RGB (Red+Green+Blue) = 82+93+251=426 (56% of max value = 765). Red value is 82 (32.42% from 255 or 19.25% from 426); Green value is 93 (36.72% from 255 or 21.83% from 426); Blue value is 251 (98.44% from 255 or 58.92% from 426); Max value from RGB is 251 - color contains mainly: blue. Hex color #525DFB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #525DFB is #ADA204. Grayscale: #6B6B6B. Windows color (decimal): -11379205 or 16473426. OLE color: 16473426.

HSL color Cylindrical-coordinate representation of color #525DFB: hue angle of 236.09º 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 #525DFB is Cyan = 0.67, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 82 93 251 -
CMYK 0.67 0.63 0 0.02
HSL 236.09º 0.95% 0.65% -
HSV(B) 236.09º 0.67% 0.98% -
XYZ 24.81 16.59 93.16 -
YUV 107.72 208.86 109.65 -
System Red Green Blue C M Y K H S L
Decimal 82 93 251 0.67 0.63 0 0.02 236.09 0.95 0.65
Hex 52 5D FB 43 3F 0 2 EC 5F 41
Octal 122 135 373 103 77 0 2 354 137 101
Binary 1010010 1011101 11111011 1000011 111111 0 10 11101100 1011111 1000001

Color Harmonies of #525DFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #525DFB

Black with #525DFB

Text Example


Text Example

White with #525DFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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