Html Css Color HEX #2852F9 Neon Blue

📋 copy color: '#2852F9'

red 40 ◦ green 82 ◦ blue 249

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

Shades of Neon Blue #2852F9

Tints of Neon Blue #2852F9

RGB

 RED value IS 40 (16.02% from 255) = 10.78%

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

 BLUE value IS 249 (97.66% from 255) = 67.12%

R = 10.78%
G = 22.1%
B = 67.12%

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

#2852F9 (or 0x2852F9) is known color: Neon Blue. HEX triplet: 28, 52 and F9. RGB value is (40,82,249). Sum of RGB (Red+Green+Blue) = 40+82+249=371 (49% of max value = 765). Red value is 40 (16.02% from 255 or 10.78% from 371); Green value is 82 (32.42% from 255 or 22.10% from 371); Blue value is 249 (97.66% from 255 or 67.12% from 371); Max value from RGB is 249 - color contains mainly: blue. Hex color #2852F9 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2852F9 is #D7AD06. Grayscale: #575757. Windows color (decimal): -14134535 or 16339496. OLE color: 16339496.

HSL color Cylindrical-coordinate representation of color #2852F9: hue angle of 227.94º 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 #2852F9 is Cyan = 0.84, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 40 82 249 -
CMYK 0.84 0.67 0 0.02
HSL 227.94º 0.95% 0.57% -
HSV(B) 227.94º 0.84% 0.98% -
XYZ 20.99 13.33 91.09 -
YUV 88.48 218.59 93.42 -
System Red Green Blue C M Y K H S L
Decimal 40 82 249 0.84 0.67 0 0.02 227.94 0.95 0.57
Hex 28 52 F9 54 43 0 2 E4 5F 39
Octal 50 122 371 124 103 0 2 344 137 71
Binary 101000 1010010 11111001 1010100 1000011 0 10 11100100 1011111 111001

Color Harmonies of #2852F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2852F9

Black with #2852F9

Text Example


Text Example

White with #2852F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2852F9; }

 p { color: rgb(40,82,249); }

 H1.HeaderClassName
 {
   color: #2852F9;
 }
 .AnyTagClassName
 {
   color: #2852F9;
 }
</style>

background-color css

<style>
 a { background-color: #2852F9; }

 a { background-color: rgb(40,82,249); }

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

border-color css

<style>
 span { border-color: #2852F9; }

 span { border-color: rgb(40,82,249); }

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