Html Css Color HEX #353DEF Neon Blue

📋 copy color: '#353DEF'

red 53 ◦ green 61 ◦ blue 239

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

Shades of Neon Blue #353DEF

Tints of Neon Blue #353DEF

RGB

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

 GREEN value IS 61 (24.22% from 255) = 17.28%

 BLUE value IS 239 (93.75% from 255) = 67.71%

R = 15.01%
G = 17.28%
B = 67.71%

CMYK

 C value IS 0.78

 M value IS 0.74

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#353DEF (or 0x353DEF) is known color: Neon Blue. HEX triplet: 35, 3D and EF. RGB value is (53,61,239). Sum of RGB (Red+Green+Blue) = 53+61+239=353 (46% of max value = 765). Red value is 53 (21.09% from 255 or 15.01% from 353); Green value is 61 (24.22% from 255 or 17.28% from 353); Blue value is 239 (93.75% from 255 or 67.71% from 353); Max value from RGB is 239 - color contains mainly: blue. Hex color #353DEF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #353DEF is #CAC210. Grayscale: #4E4E4E. Windows color (decimal): -13287953 or 15678773. OLE color: 15678773.

HSL color Cylindrical-coordinate representation of color #353DEF: hue angle of 237.42º degrees, saturation: 0.85, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #353DEF is Cyan = 0.78, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 53 61 239 -
CMYK 0.78 0.74 0 0.06
HSL 237.42º 0.85% 0.57% -
HSV(B) 237.42º 0.78% 0.94% -
XYZ 18.72 10.33 82.67 -
YUV 78.9 218.35 109.53 -
System Red Green Blue C M Y K H S L
Decimal 53 61 239 0.78 0.74 0 0.06 237.42 0.85 0.57
Hex 35 3D EF 4E 4A 0 6 ED 55 39
Octal 65 75 357 116 112 0 6 355 125 71
Binary 110101 111101 11101111 1001110 1001010 0 110 11101101 1010101 111001

Color Harmonies of #353DEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #353DEF

Black with #353DEF

Text Example


Text Example

White with #353DEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(53,61,239); }

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

background-color css

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

 a { background-color: rgb(53,61,239); }

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

border-color css

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

 span { border-color: rgb(53,61,239); }

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