Html Css Color HEX #304DFC Neon Blue

📋 copy color: '#304DFC'

red 48 ◦ green 77 ◦ blue 252

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

Shades of Neon Blue #304DFC

Tints of Neon Blue #304DFC

RGB

 RED value IS 48 (19.14% from 255) = 12.73%

 GREEN value IS 77 (30.47% from 255) = 20.42%

 BLUE value IS 252 (98.83% from 255) = 66.84%

R = 12.73%
G = 20.42%
B = 66.84%

CMYK

 C value IS 0.81

 M value IS 0.69

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#304DFC (or 0x304DFC) is known color: Neon Blue. HEX triplet: 30, 4D and FC. RGB value is (48,77,252). Sum of RGB (Red+Green+Blue) = 48+77+252=377 (49% of max value = 765). Red value is 48 (19.14% from 255 or 12.73% from 377); Green value is 77 (30.47% from 255 or 20.42% from 377); Blue value is 252 (98.83% from 255 or 66.84% from 377); Max value from RGB is 252 - color contains mainly: blue. Hex color #304DFC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #304DFC is #CFB203. Grayscale: #575757. Windows color (decimal): -13611524 or 16534832. OLE color: 16534832.

HSL color Cylindrical-coordinate representation of color #304DFC: hue angle of 231.47º degrees, saturation: 0.97, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #304DFC is Cyan = 0.81, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 48 77 252 -
CMYK 0.81 0.69 0 0.01
HSL 231.47º 0.97% 0.59% -
HSV(B) 231.47º 0.81% 0.99% -
XYZ 21.44 12.96 93.47 -
YUV 88.28 220.39 99.27 -
System Red Green Blue C M Y K H S L
Decimal 48 77 252 0.81 0.69 0 0.01 231.47 0.97 0.59
Hex 30 4D FC 51 45 0 1 E7 61 3B
Octal 60 115 374 121 105 0 1 347 141 73
Binary 110000 1001101 11111100 1010001 1000101 0 1 11100111 1100001 111011

Color Harmonies of #304DFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #304DFC

Black with #304DFC

Text Example


Text Example

White with #304DFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #304DFC; }

 p { color: rgb(48,77,252); }

 H1.HeaderClassName
 {
   color: #304DFC;
 }
 .AnyTagClassName
 {
   color: #304DFC;
 }
</style>

background-color css

<style>
 a { background-color: #304DFC; }

 a { background-color: rgb(48,77,252); }

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

border-color css

<style>
 span { border-color: #304DFC; }

 span { border-color: rgb(48,77,252); }

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