Html Css Color HEX #5652FD Neon Blue

📋 copy color: '#5652FD'

red 86 ◦ green 82 ◦ blue 253

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

Shades of Neon Blue #5652FD

Tints of Neon Blue #5652FD

RGB

 RED value IS 86 (33.98% from 255) = 20.43%

 GREEN value IS 82 (32.42% from 255) = 19.48%

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

R = 20.43%
G = 19.48%
B = 60.1%

CMYK

 C value IS 0.66

 M value IS 0.68

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#5652FD (or 0x5652FD) is known color: Neon Blue. HEX triplet: 56, 52 and FD. RGB value is (86,82,253). Sum of RGB (Red+Green+Blue) = 86+82+253=421 (55% of max value = 765). Red value is 86 (33.98% from 255 or 20.43% from 421); Green value is 82 (32.42% from 255 or 19.48% from 421); Blue value is 253 (99.22% from 255 or 60.10% from 421); Max value from RGB is 253 - color contains mainly: blue. Hex color #5652FD is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5652FD is #A9AD02. Grayscale: #666666. Windows color (decimal): -11119875 or 16601686. OLE color: 16601686.

HSL color Cylindrical-coordinate representation of color #5652FD: hue angle of 241.4º 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 #5652FD is Cyan = 0.66, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 86 82 253 -
CMYK 0.66 0.68 0 0.01
HSL 241.4º 0.98% 0.66% -
HSV(B) 241.4º 0.68% 0.99% -
XYZ 24.58 15.1 94.55 -
YUV 102.69 212.83 116.1 -
System Red Green Blue C M Y K H S L
Decimal 86 82 253 0.66 0.68 0 0.01 241.4 0.98 0.66
Hex 56 52 FD 42 44 0 1 F1 62 42
Octal 126 122 375 102 104 0 1 361 142 102
Binary 1010110 1010010 11111101 1000010 1000100 0 1 11110001 1100010 1000010

Color Harmonies of #5652FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5652FD

Black with #5652FD

Text Example


Text Example

White with #5652FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5652FD; }

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

 H1.HeaderClassName
 {
   color: #5652FD;
 }
 .AnyTagClassName
 {
   color: #5652FD;
 }
</style>

background-color css

<style>
 a { background-color: #5652FD; }

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

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

border-color css

<style>
 span { border-color: #5652FD; }

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

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