Html Css Color HEX #3530FF Neon Blue

📋 copy color: '#3530FF'

red 53 ◦ green 48 ◦ blue 255

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

Shades of Neon Blue #3530FF

Tints of Neon Blue #3530FF

RGB

 RED value IS 53 (21.09% from 255) = 14.89%

 GREEN value IS 48 (19.14% from 255) = 13.48%

 BLUE value IS 255 (100% from 255) = 71.63%

R = 14.89%
G = 13.48%
B = 71.63%

CMYK

 C value IS 0.79

 M value IS 0.81

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#3530FF (or 0x3530FF) is known color: Neon Blue. HEX triplet: 35, 30 and FF. RGB value is (53,48,255). Sum of RGB (Red+Green+Blue) = 53+48+255=356 (47% of max value = 765). Red value is 53 (21.09% from 255 or 14.89% from 356); Green value is 48 (19.14% from 255 or 13.48% from 356); Blue value is 255 (100% from 255 or 71.63% from 356); Max value from RGB is 255 - color contains mainly: blue. Hex color #3530FF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3530FF is #CACF00. Grayscale: #484848. Windows color (decimal): -13291265 or 16724021. OLE color: 16724021.

HSL color Cylindrical-coordinate representation of color #3530FF: hue angle of 241.45º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #3530FF is Cyan = 0.79, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 53 48 255 -
CMYK 0.79 0.81 0 0
HSL 241.45º 1% 0.59% -
HSV(B) 241.45º 0.81% 1% -
XYZ 20.58 10.09 95.47 -
YUV 73.09 230.66 113.67 -
System Red Green Blue C M Y K H S L
Decimal 53 48 255 0.79 0.81 0 0 241.45 1 0.59
Hex 35 30 FF 4F 51 0 0 F1 64 3B
Octal 65 60 377 117 121 0 0 361 144 73
Binary 110101 110000 11111111 1001111 1010001 0 0 11110001 1100100 111011

Color Harmonies of #3530FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3530FF

Black with #3530FF

Text Example


Text Example

White with #3530FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3530FF; }

 p { color: rgb(53,48,255); }

 H1.HeaderClassName
 {
   color: #3530FF;
 }
 .AnyTagClassName
 {
   color: #3530FF;
 }
</style>

background-color css

<style>
 a { background-color: #3530FF; }

 a { background-color: rgb(53,48,255); }

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

border-color css

<style>
 span { border-color: #3530FF; }

 span { border-color: rgb(53,48,255); }

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