Html Css Color HEX #353BF0 Neon Blue

📋 copy color: '#353BF0'

red 53 ◦ green 59 ◦ blue 240

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

Shades of Neon Blue #353BF0

Tints of Neon Blue #353BF0

RGB

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

 GREEN value IS 59 (23.44% from 255) = 16.76%

 BLUE value IS 240 (94.14% from 255) = 68.18%

R = 15.06%
G = 16.76%
B = 68.18%

CMYK

 C value IS 0.78

 M value IS 0.75

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#353BF0 (or 0x353BF0) is known color: Neon Blue. HEX triplet: 35, 3B and F0. RGB value is (53,59,240). Sum of RGB (Red+Green+Blue) = 53+59+240=352 (46% of max value = 765). Red value is 53 (21.09% from 255 or 15.06% from 352); Green value is 59 (23.44% from 255 or 16.76% from 352); Blue value is 240 (94.14% from 255 or 68.18% from 352); Max value from RGB is 240 - color contains mainly: blue. Hex color #353BF0 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #353BF0 is #CAC40F. Grayscale: #4D4D4D. Windows color (decimal): -13288464 or 15743797. OLE color: 15743797.

HSL color Cylindrical-coordinate representation of color #353BF0: hue angle of 238.07º degrees, saturation: 0.86, 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 #353BF0 is Cyan = 0.78, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 53 59 240 -
CMYK 0.78 0.75 0 0.06
HSL 238.07º 0.86% 0.57% -
HSV(B) 238.07º 0.78% 0.94% -
XYZ 18.76 10.18 83.41 -
YUV 77.84 219.51 110.28 -
System Red Green Blue C M Y K H S L
Decimal 53 59 240 0.78 0.75 0 0.06 238.07 0.86 0.57
Hex 35 3B F0 4E 4B 0 6 EE 56 39
Octal 65 73 360 116 113 0 6 356 126 71
Binary 110101 111011 11110000 1001110 1001011 0 110 11101110 1010110 111001

Color Harmonies of #353BF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #353BF0

Black with #353BF0

Text Example


Text Example

White with #353BF0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(53,59,240); }

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

background-color css

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

 a { background-color: rgb(53,59,240); }

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

border-color css

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

 span { border-color: rgb(53,59,240); }

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