Html Css Color HEX #352FF2 Neon Blue

📋 copy color: '#352FF2'

red 53 ◦ green 47 ◦ blue 242

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

Shades of Neon Blue #352FF2

Tints of Neon Blue #352FF2

RGB

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

 GREEN value IS 47 (18.75% from 255) = 13.74%

 BLUE value IS 242 (94.92% from 255) = 70.76%

R = 15.5%
G = 13.74%
B = 70.76%

CMYK

 C value IS 0.78

 M value IS 0.81

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#352FF2 (or 0x352FF2) is known color: Neon Blue. HEX triplet: 35, 2F and F2. RGB value is (53,47,242). Sum of RGB (Red+Green+Blue) = 53+47+242=342 (45% of max value = 765). Red value is 53 (21.09% from 255 or 15.50% from 342); Green value is 47 (18.75% from 255 or 13.74% from 342); Blue value is 242 (94.92% from 255 or 70.76% from 342); Max value from RGB is 242 - color contains mainly: blue. Hex color #352FF2 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #352FF2 is #CAD00D. Grayscale: #464646. Windows color (decimal): -13291534 or 15871797. OLE color: 15871797.

HSL color Cylindrical-coordinate representation of color #352FF2: hue angle of 241.85º degrees, saturation: 0.88, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #352FF2 is Cyan = 0.78, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 53 47 242 -
CMYK 0.78 0.81 0 0.05
HSL 241.85º 0.88% 0.57% -
HSV(B) 241.85º 0.81% 0.95% -
XYZ 18.51 9.2 84.8 -
YUV 71.02 224.49 115.14 -
System Red Green Blue C M Y K H S L
Decimal 53 47 242 0.78 0.81 0 0.05 241.85 0.88 0.57
Hex 35 2F F2 4E 51 0 5 F2 58 39
Octal 65 57 362 116 121 0 5 362 130 71
Binary 110101 101111 11110010 1001110 1010001 0 101 11110010 1011000 111001

Color Harmonies of #352FF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #352FF2

Black with #352FF2

Text Example


Text Example

White with #352FF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #352FF2; }

 p { color: rgb(53,47,242); }

 H1.HeaderClassName
 {
   color: #352FF2;
 }
 .AnyTagClassName
 {
   color: #352FF2;
 }
</style>

background-color css

<style>
 a { background-color: #352FF2; }

 a { background-color: rgb(53,47,242); }

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

border-color css

<style>
 span { border-color: #352FF2; }

 span { border-color: rgb(53,47,242); }

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