Html Css Color HEX #304EFC Neon Blue

📋 copy color: '#304EFC'

red 48 ◦ green 78 ◦ blue 252

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

Shades of Neon Blue #304EFC

Tints of Neon Blue #304EFC

RGB

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

 GREEN value IS 78 (30.86% from 255) = 20.63%

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

R = 12.7%
G = 20.63%
B = 66.67%

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

#304EFC (or 0x304EFC) is known color: Neon Blue. HEX triplet: 30, 4E and FC. RGB value is (48,78,252). Sum of RGB (Red+Green+Blue) = 48+78+252=378 (50% of max value = 765). Red value is 48 (19.14% from 255 or 12.70% from 378); Green value is 78 (30.86% from 255 or 20.63% from 378); Blue value is 252 (98.83% from 255 or 66.67% from 378); Max value from RGB is 252 - color contains mainly: blue. Hex color #304EFC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #304EFC is #CFB103. Grayscale: #585858. Windows color (decimal): -13611268 or 16535088. OLE color: 16535088.

HSL color Cylindrical-coordinate representation of color #304EFC: hue angle of 231.18º 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 #304EFC is Cyan = 0.81, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 48 78 252 -
CMYK 0.81 0.69 0 0.01
HSL 231.18º 0.97% 0.59% -
HSV(B) 231.18º 0.81% 0.99% -
XYZ 21.51 13.11 93.49 -
YUV 88.87 220.06 98.85 -
System Red Green Blue C M Y K H S L
Decimal 48 78 252 0.81 0.69 0 0.01 231.18 0.97 0.59
Hex 30 4E FC 51 45 0 1 E7 61 3B
Octal 60 116 374 121 105 0 1 347 141 73
Binary 110000 1001110 11111100 1010001 1000101 0 1 11100111 1100001 111011

Color Harmonies of #304EFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #304EFC

Black with #304EFC

Text Example


Text Example

White with #304EFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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