Html Css Color HEX #353FF7 Neon Blue

📋 copy color: '#353FF7'

red 53 ◦ green 63 ◦ blue 247

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

Shades of Neon Blue #353FF7

Tints of Neon Blue #353FF7

RGB

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

 GREEN value IS 63 (25% from 255) = 17.36%

 BLUE value IS 247 (96.88% from 255) = 68.04%

R = 14.6%
G = 17.36%
B = 68.04%

CMYK

 C value IS 0.79

 M value IS 0.74

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#353FF7 (or 0x353FF7) is known color: Neon Blue. HEX triplet: 35, 3F and F7. RGB value is (53,63,247). Sum of RGB (Red+Green+Blue) = 53+63+247=363 (48% of max value = 765). Red value is 53 (21.09% from 255 or 14.60% from 363); Green value is 63 (25% from 255 or 17.36% from 363); Blue value is 247 (96.88% from 255 or 68.04% from 363); Max value from RGB is 247 - color contains mainly: blue. Hex color #353FF7 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #353FF7 is #CAC008. Grayscale: #505050. Windows color (decimal): -13287433 or 16203573. OLE color: 16203573.

HSL color Cylindrical-coordinate representation of color #353FF7: hue angle of 236.91º degrees, saturation: 0.92, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #353FF7 is Cyan = 0.79, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 53 63 247 -
CMYK 0.79 0.74 0 0.03
HSL 236.91º 0.92% 0.59% -
HSV(B) 236.91º 0.79% 0.97% -
XYZ 20.03 11.03 89.07 -
YUV 80.99 221.69 108.04 -
System Red Green Blue C M Y K H S L
Decimal 53 63 247 0.79 0.74 0 0.03 236.91 0.92 0.59
Hex 35 3F F7 4F 4A 0 3 ED 5C 3B
Octal 65 77 367 117 112 0 3 355 134 73
Binary 110101 111111 11110111 1001111 1001010 0 11 11101101 1011100 111011

Color Harmonies of #353FF7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #353FF7

Black with #353FF7

Text Example


Text Example

White with #353FF7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #353FF7; }

 p { color: rgb(53,63,247); }

 H1.HeaderClassName
 {
   color: #353FF7;
 }
 .AnyTagClassName
 {
   color: #353FF7;
 }
</style>

background-color css

<style>
 a { background-color: #353FF7; }

 a { background-color: rgb(53,63,247); }

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

border-color css

<style>
 span { border-color: #353FF7; }

 span { border-color: rgb(53,63,247); }

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