Html Css Color HEX #354FFB Neon Blue

📋 copy color: '#354FFB'

red 53 ◦ green 79 ◦ blue 251

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

Shades of Neon Blue #354FFB

Tints of Neon Blue #354FFB

RGB

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

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

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

R = 13.84%
G = 20.63%
B = 65.54%

CMYK

 C value IS 0.79

 M value IS 0.69

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#354FFB (or 0x354FFB) is known color: Neon Blue. HEX triplet: 35, 4F and FB. RGB value is (53,79,251). Sum of RGB (Red+Green+Blue) = 53+79+251=383 (50% of max value = 765). Red value is 53 (21.09% from 255 or 13.84% from 383); Green value is 79 (31.25% from 255 or 20.63% from 383); Blue value is 251 (98.44% from 255 or 65.54% from 383); Max value from RGB is 251 - color contains mainly: blue. Hex color #354FFB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #354FFB is #CAB004. Grayscale: #5A5A5A. Windows color (decimal): -13283333 or 16469813. OLE color: 16469813.

HSL color Cylindrical-coordinate representation of color #354FFB: hue angle of 232.12º 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 #354FFB is Cyan = 0.79, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 53 79 251 -
CMYK 0.79 0.69 0 0.02
HSL 232.12º 0.96% 0.6% -
HSV(B) 232.12º 0.79% 0.98% -
XYZ 21.68 13.31 92.69 -
YUV 90.83 218.39 101.01 -
System Red Green Blue C M Y K H S L
Decimal 53 79 251 0.79 0.69 0 0.02 232.12 0.96 0.6
Hex 35 4F FB 4F 45 0 2 E8 60 3C
Octal 65 117 373 117 105 0 2 350 140 74
Binary 110101 1001111 11111011 1001111 1000101 0 10 11101000 1100000 111100

Color Harmonies of #354FFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #354FFB

Black with #354FFB

Text Example


Text Example

White with #354FFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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