Html Css Color HEX #354AFB Neon Blue

📋 copy color: '#354AFB'

red 53 ◦ green 74 ◦ blue 251

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

Shades of Neon Blue #354AFB

Tints of Neon Blue #354AFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 66.4%

R = 14.02%
G = 19.58%
B = 66.4%

CMYK

 C value IS 0.79

 M value IS 0.71

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#354AFB (or 0x354AFB) is known color: Neon Blue. HEX triplet: 35, 4A and FB. RGB value is (53,74,251). Sum of RGB (Red+Green+Blue) = 53+74+251=378 (50% of max value = 765). Red value is 53 (21.09% from 255 or 14.02% from 378); Green value is 74 (29.30% from 255 or 19.58% from 378); Blue value is 251 (98.44% from 255 or 66.40% from 378); Max value from RGB is 251 - color contains mainly: blue. Hex color #354AFB is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #354AFB is #CAB504. Grayscale: #575757. Windows color (decimal): -13284613 or 16468533. OLE color: 16468533.

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

Color convert

RGB 53 74 251 -
CMYK 0.79 0.71 0 0.02
HSL 233.64º 0.96% 0.6% -
HSV(B) 233.64º 0.79% 0.98% -
XYZ 21.33 12.62 92.58 -
YUV 87.9 220.04 103.11 -
System Red Green Blue C M Y K H S L
Decimal 53 74 251 0.79 0.71 0 0.02 233.64 0.96 0.6
Hex 35 4A FB 4F 47 0 2 EA 60 3C
Octal 65 112 373 117 107 0 2 352 140 74
Binary 110101 1001010 11111011 1001111 1000111 0 10 11101010 1100000 111100

Color Harmonies of #354AFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #354AFB

Black with #354AFB

Text Example


Text Example

White with #354AFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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