Html Css Color HEX #354FFF Neon Blue

📋 copy color: '#354FFF'

red 53 ◦ green 79 ◦ blue 255

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

Shades of Neon Blue #354FFF

Tints of Neon Blue #354FFF

RGB

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

 GREEN value IS 79 (31.25% from 255) = 20.41%

 BLUE value IS 255 (100% from 255) = 65.89%

R = 13.7%
G = 20.41%
B = 65.89%

CMYK

 C value IS 0.79

 M value IS 0.69

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#354FFF (or 0x354FFF) is known color: Neon Blue. HEX triplet: 35, 4F and FF. RGB value is (53,79,255). Sum of RGB (Red+Green+Blue) = 53+79+255=387 (51% of max value = 765). Red value is 53 (21.09% from 255 or 13.70% from 387); Green value is 79 (31.25% from 255 or 20.41% from 387); Blue value is 255 (100% from 255 or 65.89% from 387); Max value from RGB is 255 - color contains mainly: blue. Hex color #354FFF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #354FFF is #CAB000. Grayscale: #5A5A5A. Windows color (decimal): -13283329 or 16731957. OLE color: 16731957.

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

Color convert

RGB 53 79 255 -
CMYK 0.79 0.69 0 0
HSL 232.28º 1% 0.6% -
HSV(B) 232.28º 0.79% 1% -
XYZ 22.31 13.57 96.05 -
YUV 91.29 220.39 100.69 -
System Red Green Blue C M Y K H S L
Decimal 53 79 255 0.79 0.69 0 0 232.28 1 0.6
Hex 35 4F FF 4F 45 0 0 E8 64 3C
Octal 65 117 377 117 105 0 0 350 144 74
Binary 110101 1001111 11111111 1001111 1000101 0 0 11101000 1100100 111100

Color Harmonies of #354FFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #354FFF

Black with #354FFF

Text Example


Text Example

White with #354FFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #354FFF; }

 p { color: rgb(53,79,255); }

 H1.HeaderClassName
 {
   color: #354FFF;
 }
 .AnyTagClassName
 {
   color: #354FFF;
 }
</style>

background-color css

<style>
 a { background-color: #354FFF; }

 a { background-color: rgb(53,79,255); }

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

border-color css

<style>
 span { border-color: #354FFF; }

 span { border-color: rgb(53,79,255); }

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