Html Css Color HEX #2953FE Neon Blue

📋 copy color: '#2953FE'

red 41 ◦ green 83 ◦ blue 254

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

Shades of Neon Blue #2953FE

Tints of Neon Blue #2953FE

RGB

 RED value IS 41 (16.41% from 255) = 10.85%

 GREEN value IS 83 (32.81% from 255) = 21.96%

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

R = 10.85%
G = 21.96%
B = 67.2%

CMYK

 C value IS 0.84

 M value IS 0.67

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#2953FE (or 0x2953FE) is known color: Neon Blue. HEX triplet: 29, 53 and FE. RGB value is (41,83,254). Sum of RGB (Red+Green+Blue) = 41+83+254=378 (50% of max value = 765). Red value is 41 (16.41% from 255 or 10.85% from 378); Green value is 83 (32.81% from 255 or 21.96% from 378); Blue value is 254 (99.61% from 255 or 67.20% from 378); Max value from RGB is 254 - color contains mainly: blue. Hex color #2953FE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2953FE is #D6AC01. Grayscale: #595959. Windows color (decimal): -14068738 or 16667433. OLE color: 16667433.

HSL color Cylindrical-coordinate representation of color #2953FE: hue angle of 228.17º degrees, saturation: 0.99, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2953FE is Cyan = 0.84, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 41 83 254 -
CMYK 0.84 0.67 0 0.00
HSL 228.17º 0.99% 0.58% -
HSV(B) 228.17º 0.84% 1% -
XYZ 21.9 13.81 95.28 -
YUV 89.94 220.59 93.1 -
System Red Green Blue C M Y K H S L
Decimal 41 83 254 0.84 0.67 0 0.00 228.17 0.99 0.58
Hex 29 53 FE 54 43 0 0 E4 63 3A
Octal 51 123 376 124 103 0 0 344 143 72
Binary 101001 1010011 11111110 1010100 1000011 0 0 11100100 1100011 111010

Color Harmonies of #2953FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2953FE

Black with #2953FE

Text Example


Text Example

White with #2953FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2953FE; }

 p { color: rgb(41,83,254); }

 H1.HeaderClassName
 {
   color: #2953FE;
 }
 .AnyTagClassName
 {
   color: #2953FE;
 }
</style>

background-color css

<style>
 a { background-color: #2953FE; }

 a { background-color: rgb(41,83,254); }

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

border-color css

<style>
 span { border-color: #2953FE; }

 span { border-color: rgb(41,83,254); }

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