Html Css Color HEX #2952FA Neon Blue

📋 copy color: '#2952FA'

red 41 ◦ green 82 ◦ blue 250

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

Shades of Neon Blue #2952FA

Tints of Neon Blue #2952FA

RGB

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

 GREEN value IS 82 (32.42% from 255) = 21.98%

 BLUE value IS 250 (98.05% from 255) = 67.02%

R = 10.99%
G = 21.98%
B = 67.02%

CMYK

 C value IS 0.84

 M value IS 0.67

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#2952FA (or 0x2952FA) is known color: Neon Blue. HEX triplet: 29, 52 and FA. RGB value is (41,82,250). Sum of RGB (Red+Green+Blue) = 41+82+250=373 (49% of max value = 765). Red value is 41 (16.41% from 255 or 10.99% from 373); Green value is 82 (32.42% from 255 or 21.98% from 373); Blue value is 250 (98.05% from 255 or 67.02% from 373); Max value from RGB is 250 - color contains mainly: blue. Hex color #2952FA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2952FA is #D6AD05. Grayscale: #585858. Windows color (decimal): -14068998 or 16405033. OLE color: 16405033.

HSL color Cylindrical-coordinate representation of color #2952FA: hue angle of 228.23º degrees, saturation: 0.95, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2952FA is Cyan = 0.84, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 41 82 250 -
CMYK 0.84 0.67 0 0.02
HSL 228.23º 0.95% 0.57% -
HSV(B) 228.23º 0.84% 0.98% -
XYZ 21.19 13.41 91.91 -
YUV 88.89 218.92 93.84 -
System Red Green Blue C M Y K H S L
Decimal 41 82 250 0.84 0.67 0 0.02 228.23 0.95 0.57
Hex 29 52 FA 54 43 0 2 E4 5F 39
Octal 51 122 372 124 103 0 2 344 137 71
Binary 101001 1010010 11111010 1010100 1000011 0 10 11100100 1011111 111001

Color Harmonies of #2952FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2952FA

Black with #2952FA

Text Example


Text Example

White with #2952FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2952FA; }

 p { color: rgb(41,82,250); }

 H1.HeaderClassName
 {
   color: #2952FA;
 }
 .AnyTagClassName
 {
   color: #2952FA;
 }
</style>

background-color css

<style>
 a { background-color: #2952FA; }

 a { background-color: rgb(41,82,250); }

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

border-color css

<style>
 span { border-color: #2952FA; }

 span { border-color: rgb(41,82,250); }

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