Html Css Color HEX #354AF7 Neon Blue

📋 copy color: '#354AF7'

red 53 ◦ green 74 ◦ blue 247

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

Shades of Neon Blue #354AF7

Tints of Neon Blue #354AF7

RGB

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

 GREEN value IS 74 (29.3% from 255) = 19.79%

 BLUE value IS 247 (96.88% from 255) = 66.04%

R = 14.17%
G = 19.79%
B = 66.04%

CMYK

 C value IS 0.79

 M value IS 0.70

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#354AF7 (or 0x354AF7) is known color: Neon Blue. HEX triplet: 35, 4A and F7. RGB value is (53,74,247). Sum of RGB (Red+Green+Blue) = 53+74+247=374 (49% of max value = 765). Red value is 53 (21.09% from 255 or 14.17% from 374); Green value is 74 (29.30% from 255 or 19.79% from 374); Blue value is 247 (96.88% from 255 or 66.04% from 374); Max value from RGB is 247 - color contains mainly: blue. Hex color #354AF7 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #354AF7 is #CAB508. Grayscale: #565656. Windows color (decimal): -13284617 or 16206389. OLE color: 16206389.

HSL color Cylindrical-coordinate representation of color #354AF7: hue angle of 233.51º degrees, saturation: 0.92, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #354AF7 is Cyan = 0.79, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 53 74 247 -
CMYK 0.79 0.70 0 0.03
HSL 233.51º 0.92% 0.59% -
HSV(B) 233.51º 0.79% 0.97% -
XYZ 20.71 12.37 89.29 -
YUV 87.44 218.04 103.43 -
System Red Green Blue C M Y K H S L
Decimal 53 74 247 0.79 0.70 0 0.03 233.51 0.92 0.59
Hex 35 4A F7 4F 46 0 3 EA 5C 3B
Octal 65 112 367 117 106 0 3 352 134 73
Binary 110101 1001010 11110111 1001111 1000110 0 11 11101010 1011100 111011

Color Harmonies of #354AF7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #354AF7

Black with #354AF7

Text Example


Text Example

White with #354AF7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(53,74,247); }

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

background-color css

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

 a { background-color: rgb(53,74,247); }

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

border-color css

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

 span { border-color: rgb(53,74,247); }

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