Html Css Color HEX #353AFE Neon Blue

📋 copy color: '#353AFE'

red 53 ◦ green 58 ◦ blue 254

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

Shades of Neon Blue #353AFE

Tints of Neon Blue #353AFE

RGB

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

 GREEN value IS 58 (23.05% from 255) = 15.89%

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

R = 14.52%
G = 15.89%
B = 69.59%

CMYK

 C value IS 0.79

 M value IS 0.77

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#353AFE (or 0x353AFE) is known color: Neon Blue. HEX triplet: 35, 3A and FE. RGB value is (53,58,254). Sum of RGB (Red+Green+Blue) = 53+58+254=365 (48% of max value = 765). Red value is 53 (21.09% from 255 or 14.52% from 365); Green value is 58 (23.05% from 255 or 15.89% from 365); Blue value is 254 (99.61% from 255 or 69.59% from 365); Max value from RGB is 254 - color contains mainly: blue. Hex color #353AFE is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #353AFE is #CAC501. Grayscale: #4E4E4E. Windows color (decimal): -13288706 or 16661045. OLE color: 16661045.

HSL color Cylindrical-coordinate representation of color #353AFE: hue angle of 238.51º 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 #353AFE is Cyan = 0.79, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 53 58 254 -
CMYK 0.79 0.77 0 0.00
HSL 238.51º 0.99% 0.6% -
HSV(B) 238.51º 0.79% 1% -
XYZ 20.87 10.94 94.78 -
YUV 78.85 226.84 109.56 -
System Red Green Blue C M Y K H S L
Decimal 53 58 254 0.79 0.77 0 0.00 238.51 0.99 0.6
Hex 35 3A FE 4F 4D 0 0 EF 63 3C
Octal 65 72 376 117 115 0 0 357 143 74
Binary 110101 111010 11111110 1001111 1001101 0 0 11101111 1100011 111100

Color Harmonies of #353AFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #353AFE

Black with #353AFE

Text Example


Text Example

White with #353AFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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