Html Css Color HEX #353DFE Neon Blue

📋 copy color: '#353DFE'

red 53 ◦ green 61 ◦ blue 254

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

Shades of Neon Blue #353DFE

Tints of Neon Blue #353DFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 69.02%

R = 14.4%
G = 16.58%
B = 69.02%

CMYK

 C value IS 0.79

 M value IS 0.76

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#353DFE (or 0x353DFE) is known color: Neon Blue. HEX triplet: 35, 3D and FE. RGB value is (53,61,254). Sum of RGB (Red+Green+Blue) = 53+61+254=368 (48% of max value = 765). Red value is 53 (21.09% from 255 or 14.40% from 368); Green value is 61 (24.22% from 255 or 16.58% from 368); Blue value is 254 (99.61% from 255 or 69.02% from 368); Max value from RGB is 254 - color contains mainly: blue. Hex color #353DFE is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #353DFE is #CAC201. Grayscale: #4F4F4F. Windows color (decimal): -13287938 or 16661813. OLE color: 16661813.

HSL color Cylindrical-coordinate representation of color #353DFE: hue angle of 237.61º degrees, saturation: 0.99, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #353DFE is Cyan = 0.79, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 53 61 254 -
CMYK 0.79 0.76 0 0.00
HSL 237.61º 0.99% 0.6% -
HSV(B) 237.61º 0.79% 1% -
XYZ 21.03 11.25 94.83 -
YUV 80.61 225.85 108.31 -
System Red Green Blue C M Y K H S L
Decimal 53 61 254 0.79 0.76 0 0.00 237.61 0.99 0.6
Hex 35 3D FE 4F 4C 0 0 EE 63 3C
Octal 65 75 376 117 114 0 0 356 143 74
Binary 110101 111101 11111110 1001111 1001100 0 0 11101110 1100011 111100

Color Harmonies of #353DFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #353DFE

Black with #353DFE

Text Example


Text Example

White with #353DFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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