Html Css Color HEX #2948F8 Neon Blue

📋 copy color: '#2948F8'

red 41 ◦ green 72 ◦ blue 248

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

Shades of Neon Blue #2948F8

Tints of Neon Blue #2948F8

RGB

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

 GREEN value IS 72 (28.52% from 255) = 19.94%

 BLUE value IS 248 (97.27% from 255) = 68.7%

R = 11.36%
G = 19.94%
B = 68.7%

CMYK

 C value IS 0.83

 M value IS 0.71

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#2948F8 (or 0x2948F8) is known color: Neon Blue. HEX triplet: 29, 48 and F8. RGB value is (41,72,248). Sum of RGB (Red+Green+Blue) = 41+72+248=361 (47% of max value = 765). Red value is 41 (16.41% from 255 or 11.36% from 361); Green value is 72 (28.52% from 255 or 19.94% from 361); Blue value is 248 (97.27% from 255 or 68.70% from 361); Max value from RGB is 248 - color contains mainly: blue. Hex color #2948F8 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2948F8 is #D6B707. Grayscale: #525252. Windows color (decimal): -14071560 or 16271401. OLE color: 16271401.

HSL color Cylindrical-coordinate representation of color #2948F8: hue angle of 231.01º degrees, saturation: 0.94, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2948F8 is Cyan = 0.83, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 41 72 248 -
CMYK 0.83 0.71 0 0.03
HSL 231.01º 0.94% 0.57% -
HSV(B) 231.01º 0.83% 0.97% -
XYZ 20.18 11.88 90.04 -
YUV 82.8 221.23 98.19 -
System Red Green Blue C M Y K H S L
Decimal 41 72 248 0.83 0.71 0 0.03 231.01 0.94 0.57
Hex 29 48 F8 53 47 0 3 E7 5E 39
Octal 51 110 370 123 107 0 3 347 136 71
Binary 101001 1001000 11111000 1010011 1000111 0 11 11100111 1011110 111001

Color Harmonies of #2948F8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2948F8

Black with #2948F8

Text Example


Text Example

White with #2948F8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2948F8; }

 p { color: rgb(41,72,248); }

 H1.HeaderClassName
 {
   color: #2948F8;
 }
 .AnyTagClassName
 {
   color: #2948F8;
 }
</style>

background-color css

<style>
 a { background-color: #2948F8; }

 a { background-color: rgb(41,72,248); }

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

border-color css

<style>
 span { border-color: #2948F8; }

 span { border-color: rgb(41,72,248); }

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