Html Css Color HEX #303CFD Neon Blue

📋 copy color: '#303CFD'

red 48 ◦ green 60 ◦ blue 253

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

Shades of Neon Blue #303CFD

Tints of Neon Blue #303CFD

RGB

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

 GREEN value IS 60 (23.83% from 255) = 16.62%

 BLUE value IS 253 (99.22% from 255) = 70.08%

R = 13.3%
G = 16.62%
B = 70.08%

CMYK

 C value IS 0.81

 M value IS 0.76

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#303CFD (or 0x303CFD) is known color: Neon Blue. HEX triplet: 30, 3C and FD. RGB value is (48,60,253). Sum of RGB (Red+Green+Blue) = 48+60+253=361 (47% of max value = 765). Red value is 48 (19.14% from 255 or 13.30% from 361); Green value is 60 (23.83% from 255 or 16.62% from 361); Blue value is 253 (99.22% from 255 or 70.08% from 361); Max value from RGB is 253 - color contains mainly: blue. Hex color #303CFD is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #303CFD is #CFC302. Grayscale: #4D4D4D. Windows color (decimal): -13615875 or 16596016. OLE color: 16596016.

HSL color Cylindrical-coordinate representation of color #303CFD: hue angle of 236.49º degrees, saturation: 0.98, 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 #303CFD is Cyan = 0.81, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 48 60 253 -
CMYK 0.81 0.76 0 0.01
HSL 236.49º 0.98% 0.59% -
HSV(B) 236.49º 0.81% 0.99% -
XYZ 20.56 10.95 93.96 -
YUV 78.41 226.52 106.31 -
System Red Green Blue C M Y K H S L
Decimal 48 60 253 0.81 0.76 0 0.01 236.49 0.98 0.59
Hex 30 3C FD 51 4C 0 1 EC 62 3B
Octal 60 74 375 121 114 0 1 354 142 73
Binary 110000 111100 11111101 1010001 1001100 0 1 11101100 1100010 111011

Color Harmonies of #303CFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #303CFD

Black with #303CFD

Text Example


Text Example

White with #303CFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #303CFD; }

 p { color: rgb(48,60,253); }

 H1.HeaderClassName
 {
   color: #303CFD;
 }
 .AnyTagClassName
 {
   color: #303CFD;
 }
</style>

background-color css

<style>
 a { background-color: #303CFD; }

 a { background-color: rgb(48,60,253); }

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

border-color css

<style>
 span { border-color: #303CFD; }

 span { border-color: rgb(48,60,253); }

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